.grecaptcha-badge{
    bottom: 100px!important;
    z-index: -1;
}
.rd-form .formset_row:first-of-type a.formset_delete {
    display: none!important;
}
label {
    font-size: 1em;
    margin-left: 10px;
}
input[type="checkbox"] {
    transform: scale(1.8);
}
p.rights {
    text-align: left;
}
a.formset_delete {
    background: #cc3366;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    padding: 10px;
    width: 100%;
}
a.formset_delete:hover {
    background: #ea1059;
}
a.formset_delete i {
    font-size: 1.5em;
    font-weight: 600;
    font-style: normal;
}
a.add-row {
    background: #1b1b1b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    padding: 10px;
    width: 100%;
}

ul.errorlist {
    text-align: center;
    background: red;
    color: white;
    padding: 5px;
    font-weight: 600;
}

.image-item > span{
    display:inline-block;
    padding: 0px 10px;
    background-color: #ffffff22;
    border-radius: 5px;
    margin-top: 10px;
}

span.step-links {
    width: 100%;
}

.pagination a{
    padding: 5px 10px;
    border: 1px solid white;
    margin: 0px 5px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
}

.pagination a:hover{
    background: white;
    color: black;
}

.align-self-right {
    text-align: right;
}

.align-self-right a{
    color: white;
    text-decoration: none;
    margin: 0 15px;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
}  
.flex-container li {
margin-top: 20px;
flex: 1 0 50%;
}
.icon-rect-primary {
    background-image: -webkit-linear-gradient(left, #cc3366 0%, #cc3366 100%);
    background-image: linear-gradient(to right, #cc3366 0%, #cc3366 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEF7630', endColorstr='#FFF09922', GradientType=1);
}
.icon-rect-primary .icon-rect-overlay {
    opacity: 1;
    transform: scale(1);
}
  
@media (max-width: 768px) {
    .flex-container li {
      flex: 1 0 100%;
    }
}
